Version: v1.10 (Date: 2019-01-18)
Bug Fixes:   
-Icon issue in POS
-Place order issue in POS
Improvements:  
New Features:    
Please add/replace these files to respective locations(create folder wherever needed):
application/views/sale/POS/main_screen.php
application/views/userHome.php
application/models/Authentication_model.php
assets/POS/js/custom.js
Please run these SQL in your Database:
ALTER TABLE `tbl_users` ADD `language` VARCHAR(100) NOT NULL DEFAULT 'english' AFTER `account_creation_date`
